Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_alias
class_alias
Create an alias for a class
Name:
class_alias
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Create an alias for a class
Related
How to use time_nanosleep and set_time_limit to control script execution time
10
Best practices and performance suggestions for using array_slice
7
How to handle exceptions in XML parsing in xml_set_end_namespace_decl_handler?
6
Notes when using PHP strnatcasecmp and substr_compare
4
Similar Functions
is_a
is_a
Checkifanobjectbelon
get_called_class
get_called_class
Thenameofthe"La
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_class
get_class
Returntheobject'
get_declared_traits
get_declared_traits
Returnsanarrayofalld
class_alias
class_alias
Createanaliasforacla
interface_exists
interface_exists
Checkiftheinterfacei
Popular Articles